CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory dll

搜索资源列表

  1. 进程线程间共享数据的DLL

    0下载:
  2. 应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17154
    • 提供者:叶子
  1. shared memory in DLLs

    0下载:
  2. 共享DLL中的变量,可以让多个程序共用一个程序.-shared DLL variables, which allows multiple processes to share a procedure.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52267
    • 提供者:hayes
  1. Windows下DLL编程技术及应用

    0下载:
  2. 摘 要: 本文介绍了DLL技术在Windows编程中的基本运用方法及应用,给出了直接内存 访问及端口I/O的两个实用DLL的全部源代码。-Abstract : This paper presents a DLL in Windows programming using the basic method and the application is a direct memory access and I / O port in the two all practical DLL source c
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4781
    • 提供者:康怀杰
  1. 用vc写的内存映射文件读、写的dll

    1下载:
  2. 用vc写的内存映射文件读、写的dll,还有在vb、c#以及C++中如何使用的例子说明,Vc Writing with the memory-mapped file read and write the dll, have at vb, c# and C++ in how to use examples to illustrate
  3. 所属分类:系统编程

    • 发布日期:2016-01-25
    • 文件大小:1395047
    • 提供者:张海振
  1. WinIo.rar

    2下载:
  2. WinIo.dll源码及VC演示程序,WinIO是一个对I/O端口和物理内存进行存取操作的系统链接组件,通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,可以绕过了Windows系统的保护机制,从而连接指定端口可以成功。,WinIo.dll source code and VC demo, WinIO is an I/O ports and physical memory access links operating system components, through the use o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:190449
    • 提供者:zhong
  1. lock-DLL

    2下载:
  2. 可以吧dll注入到进程内存中执行,不是普通的iat 注入,非常好用-Dll can be injected into the process memory it performed, not the ordinary into the iat, very easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-10
    • 文件大小:43008
    • 提供者:mrhts
  1. FileMapping(csharp)

    1下载:
  2. 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:39302
    • 提供者:张鲁夺
  1. DynamicDllLoading_demo

    0下载:
  2. dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:11106
    • 提供者:wowbellon
  1. DLL_Memory_Loader

    0下载:
  2. Load a Dll From memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3954
    • 提供者:vvj
  1. MemoryModule

    0下载:
  2. loading dll from memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:23702
    • 提供者:freeq
  1. DllMemoryLoader

    0下载:
  2. load a dll from resource to memory without writting to disk
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3951
    • 提供者:UnNamed053
  1. dll-op

    0下载:
  2. 《内存DLL操作支持库》含例子源码和演示录像-" Memory DLL operation support library" containing examples of source code and demo video
  3. 所属分类:ELanguage

    • 发布日期:2017-05-16
    • 文件大小:4217676
    • 提供者:流通横
  1. _内存注入DLL

    1下载:
  2. _内存注入DLL(_ memory into the DLL)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:18432
    • 提供者:care
  1. DLL自卸载无模块注入源码

    1下载:
  2. .版本 2 hFile = CreateFileA (strFileName, #GENERIC_READ, #FILE_SHARE_READ, 0, #OPEN_EXISTING, #FILE_ATTRIBUTE_NORMAL, 0) .如果真 (hFile = -1) 返回 (假) .如果真结束 pFileBuff = 0 nFileSize = GetFileSize (hFile, 0) .如果真 (nFileSize = 0) 返回 (假) .如果
  3. 所属分类:网络编程

  1. 应用unzip32.dll中函数Wiz_UnzipToMemory的例子

    0下载:
  2. 本文在VB中应用动态链接库unzip32.dll中函数Wiz_UnzipToMemory,在内存中进行数据解压缩。(This article applies dynamic link library unzip32.dll function Wiz_UnzipToMemory in VB, decompress in memory.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:132096
    • 提供者:czcjy123
  1. 通用DLL注入器

    3下载:
  2. 通用DLL注入器9种注入方法可以实现内存,注册表,远程,钩子注入等方式(General DLL injector 9 injection method can realize remote memory, registry, and hook into etc.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1340416
    • 提供者:沫妍
  1. 驱动读写通信

    1下载:
  2. 读写内存的驱动通讯dll用易语言调用读写一些受保护的内容(Read and write the drive communication of memory. DLL reads and writes some protected contents by using easy language.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2326528
    • 提供者:世纪啊啊
  1. 《内存DLL操作支持库》含例子源码和演示录像

    0下载:
  2. 内存中DLL的注入和卸载,适用于游戏外挂注入。(The injection and uninstall of DLL in memory is suitable for game plug-in injection.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:3385344
    • 提供者:誉满天下
  1. 内存线程注入DLL模块

    1下载:
  2. 易语言模块源码:线程DLL注入,内存DLL注入,内存读写,线程操作(Easy language module source code: thread DLL injection, memory DLL injection, memory read and write, thread operation)
  3. 所属分类:易语言编程

    • 发布日期:2018-07-25
    • 文件大小:315392
    • 提供者:GMin
  1. 内存运行EXE和DLL

    1下载:
  2. 内存运行EXE和DLL(Memory runs EXE and DLL)
  3. 所属分类:其他

    • 发布日期:2018-08-07
    • 文件大小:19456
    • 提供者:陈成成
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com